home *** CD-ROM | disk | FTP | other *** search
/ Agent Central Host Computer / Agent - Central Host Computer.iso / _SETUP.1 / status.ctl < prev    next >
Text File  |  2000-05-12  |  833b  |  32 lines

  1. -- RCSVER $Id: status.ctl,v 1.5 1999-09-20 14:30:39-05 evan CURRENT $ */
  2. -- *************************************************************************
  3. --        Copyright (C) 1999, Agent Systems, Inc. All Rights Reserved.
  4. --
  5. -- Name:        status.ctl
  6. -- Date:     02/23/1999
  7. -- memo:        Randy Wood
  8. -- Description:    Load the data for the status table.
  9. -- Changes:
  10. -- ********************************************************************** */
  11. LOAD DATA
  12. INFILE *
  13. INTO TABLE status
  14. fields terminated by "|"
  15. trailing nullcols
  16. (
  17.   status_id,
  18.   status_type,
  19.   equip_type,
  20.   descr
  21. )
  22. begindata
  23. 1|1|110|IN SERVICE|
  24. 2|1|110|OUT OF SERVICE|
  25. 3|2|110|INSTALLED IN BUS|
  26. 4|2|110|WAITING TO BE COUNTED|
  27. 5|2|110|EMPTY|
  28. 6|1|185|IN PROGRESS|
  29. 7|1|185|COMPLETED SUCCESSFULLY|
  30. 8|1|185|COMPLETED WITH ERRORS|
  31. 9|1|185|DUPLICATE PROBE FILE|
  32.